html,body{
    font-size: 16px;
    font-family: "Microsoft YaHei UI";
    color: #333;
    line-height: 24px;
    min-width: 1600px;
    margin: 0;
    padding: 0;
    background: #f9f9f9;
    overflow-x: hidden;
}
div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,img{
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    font-weight: normal;
}
a{
    text-decoration: none;
    color: #333;
}
a:hover{
    color: #2d9acc;
}
.clear_both:after{
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
}
.main1600{
    width: 1600px;
    margin: 0 auto;
}

/* 适配css */
#scale_box{
    min-width: 1600px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/*导航*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 999;
}
.header .header_box{
    padding: 0 80px;
    box-sizing: border-box;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.header h1{
    float: left;
    padding-top: 30px;
}
.header h1 a{
    display: block;
    width: 237px;
    height: 69px;
    background: url("../images/logo1.png") no-repeat;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.header .header_right{
    float: right;
}
.header ul{
    position: relative;
    float: left;
    height: 120px;
}
.header ul li{
    float: left;
    margin-right: 28px;
    color: #fff;
    line-height: 120px;
    font-size: 18px;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.header ul li>a{
    color: #fff;
    display: block;
    line-height: 120px;
}
.header ul li>a:hover{
    background: url("../images/nav-x.png") center 80px no-repeat;
}
.header ul li>.active{
    background: url("../images/nav-x.png") center 80px no-repeat;
}
.header ul .subNav{
    position: absolute;
    top: 100%;
    left: 0;
    width: 1920px;
    overflow: hidden;
    height: 0;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.header ul li:hover .subNav{
    height: 80px;
}
.header ul .subNav .drapLink{
    padding-left: 15px;
    height: 80px;
    line-height: 80px;
    background-color: rgba(45,154,204,.7);
}
.header ul .drapLink a{
    float: left;
    margin-right: 20px;
    color: #fff;
    font-size: 16px;
    padding-left: 25px;
    transition: color .5s linear;
}
.header ul .drapLink a+a{
    background: url("../images/nav-bg.png") left center no-repeat;
}
.header ul .drapLink a.on {
    color: #ffda45;
}
.header ul .drapLink a:hover{
    color: #ffda45;
}

.linkbox{
    position: relative;
}
.linkbox::after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

.header.on .header_box,
.header.inner_header .header_box{
    background-color: rgba(255,255,255,.9);
}
.header.on .header_box h1 a,
.header.inner_header .header_box h1 a{
    background: url("../images/logo2.png") no-repeat;
}
.header.on ul li>a,
.header.inner_header ul li>a{
    color: #333;
}
.header.on ul li:hover .subNav,
.header.inner_header ul li:hover .subNav{
    height: 80px;
}
.header.on ul li:hover .subNav a,
.header.inner_header ul li:hover .subNav a{
    color: #fff;
}
.header.on ul li:hover .subNav a:hover,
.header.inner_header ul li:hover .subNav a:hover{
    color: #ffda45;
}

.nav_search{
    float: right;
    width: 56px;
    height: 26px;
    border-left: 1px solid rgba(255,255,255,.5);
    margin: 44px 0 0 40px;
}
.nav_search a{
    display: block;
    width: 24px;
    height: 24px;
    float: right;
    background: url("../images/searc-img1.png") no-repeat;
}
.header.on .nav_search,
.header.inner_header .nav_search{
    border-left: 1px solid rgba(68,72,148,.5);
}
.header.on .nav_search a,
.header.inner_header .nav_search a{
    background: url("../images/searc-img2.png") no-repeat;
}
/*搜索框*/
.search_row{
    width: 220px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 40px;
    right: 80px;
    z-index: 1000;
}
.search_tk{
    width: 220px;
    height: 40px;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    right: -220px;
    overflow: hidden;
}
.search_tk a{
    float: left;
    padding: 8px 0 0 14px;
}
.search_tk input{
    width: 180px;
    height: 40px;
    background-color: #fff;
    border: 0;
    float: left;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666;
}
.search_dh{
    right: 0;
    transition: right .8s linear;
}
.search_hq{
    right: -220px;
    transition: right .8s linear;
}

/*首页*/
/*首页头部焦点图*/
.index_focus_top{
    width: 100%;
    height: 1200px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.index_focus_top .hd{
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 140px;
    z-index: 1;
}
.index_focus_top .hd ul{
    zoom: 1;
    display: flex;
    justify-content: center;
}
.index_focus_top .hd ul li{
    margin: 0 5px;
    width: 30px;
    height: 4px;
    background: rgba(255,255,255,.6);
    border-radius: 2px;
    cursor:pointer;
}
.index_focus_top .hd ul li.on{
    background: #2d9acc;
}
.index_focus_top .bd{
    position: relative;
    height: 1200px;
    z-index: 0;
}
.index_focus_top .bd li a{
    width: 100%;
    height: 1200px;
    zoom: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.index_focus_top .bd img{
    width: 2560px;
    height: 1200px;
}
.index_focus_top .prev,
.index_focus_top .next{
    width: 19px;
    height: 37px;
    position: absolute;
    bottom: 125px;
    display:block;
    z-index: 100;
}
.index_focus_top .prev{
    left: 1100px;
    background: url("../images/arrow-prev.png") no-repeat;
    background-size: cover;
}
.index_focus_top .next{
    right: 1100px;
    background: url("../images/arrow-next.png") no-repeat;
    background-size: cover;
}


/*首页第二屏/*/
.index_second{
    width: 1600px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    padding: 40px;
    box-sizing: border-box;
    margin-top: -100px;
    position: absolute;
    left: 50%;
    z-index: 2;
    margin-left: -800px;
    display: flex;
    justify-content: space-between;
}

.index_second_left{
    width: 700px;
}
.index_second_left .hd{
    height: 36px;
    line-height: 24px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.index_second_left .hd ul{
    font-size: 20px;
}
.index_second_left .hd ul li{
    float:left;
    color: #666;
    cursor: pointer;
    padding-bottom: 13px;
}
.index_second_left .hd ul li+li{
    margin-left: 50px;
}
.index_second_left .hd ul li.on{
    color: #2d9acc;
    background: url("../images/index-second-bg.jpg") center bottom no-repeat;
    font-weight: bold;
}
.index_second_left .bd dl{
    zoom: 1;
    padding-top: 30px;
}
.index_second_left .bd dl dt h1{
    height: 32px;
    position: relative;
    overflow: hidden;
}
.index_second_left .bd dl dt h1 a{
    font-size: 30px;
    line-height: 32px;
    transition: transform .5s linear,color .5s linear;
    display: block;
    width: 100%;
    position: absolute;
}
.index_second_left .bd dl dt h1 a:hover{
    transform: translate(1px,-1px);
}
.index_second_left .bd dl dt span{
    display: block;
    font-size: 18px;
    color: #999;
    line-height: 30px;
    height: 90px;
    margin-top: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.index_second_left .bd dl dt span a{
    transition: color .5s linear;
}
.index_second_left .bd dl dt p{
    font-size: 24px;
    color: #cbb079;
    line-height: 30px;
    height: 30px;
    background: url("../images/index-clock.jpg") no-repeat;
    padding-left: 40px;
    box-sizing: border-box;
    margin-top: 26px;
}
.index_second_left .bd dl dd{
    padding-top: 112px;
}
.index_second_left .bd dl dd a{
    display: block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    background-color: #2d9acc;
    text-align: center;
    color: #fff;
    font-size: 18px;
    transition: background-color .5s linear;
}
.index_second_left .bd dl dd a:hover{
    background-color: #3bb2e8;
}


.index_second_right{
    width: 760px;
    height: 428px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.index_second_right .hd{
    width: 118px;
    height: 6px;
    position: absolute;
    right: 0;
    bottom: 27px;
    z-index: 2;
}
.index_second_right .hd ul{
    zoom: 1;
}
.index_second_right .hd ul li{
    float: left;
    width: 6px;
    height: 6px;
    margin: 0 10px 0 0;
    background: rgba(255,255,255,.8);
    cursor: pointer;
}
.index_second_right .hd ul li.on{
    background: #2d9acc;
    width: 35px;
}
.index_second_right .bd{
    position: relative;
    z-index: 0;
}
.index_second_right .bd li{
    position: relative;
}
.index_second_right .bd img{
    width: 760px;
    height: 428px;
    transition: transform .5s linear;
}
.index_second_right .bd img:hover{
    transform: scale(1.02);
}
.index_second_right .bd span{
    display: block;
    width: 100%;
    height: 100px;
    background: url("../images/index-focus-bg.png") no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.index_second_right .bd p{
    width: 600px;
    font-size: 18px;
    position: absolute;
    left: 20px;
    bottom: 26px;
    z-index: 3;
    color: #fff;
}


/*首页第三板块*/
.pqfz_fow{
    height: 901px;
    background: #2d9acc url("../images/pqfz-bg.jpg") center no-repeat;
    margin-top: 490px;
}

.pqfz_in{
    width: 100%;
}
.pqfz_in .parHd{
    width: 1600px;
    height: 180px;
    margin: 0 auto;
    position: relative;
}
.pqfz_in .parHd ul{
    display: flex;
    justify-content: space-around;
    padding-top: 60px;
}
.pqfz_in .parHd ul li{
    width: 262px;
    height: 60px;
    cursor:pointer;
}
.pqfz_in .parHd ul li:nth-child(1){
    background: url("../images/pufz-img1.png") no-repeat;
}
.pqfz_in .parHd ul li:nth-child(1).on{
    background: url("../images/pufz-img1a.png") no-repeat;
}
.pqfz_in .parHd ul li:nth-child(2){
    background: url("../images/pufz-img2.png") no-repeat;
}
.pqfz_in .parHd ul li:nth-child(2).on{
    background: url("../images/pufz-img2a.png") no-repeat;

}
.pqfz_in .parHd ul li:nth-child(3){
    background: url("../images/pufz-img3.png") no-repeat;
}
.pqfz_in .parHd ul li:nth-child(3).on{
    background: url("../images/pufz-img3a.png") no-repeat;
}
.pqfz_in .parHd ul li:nth-child(4){
    background: url("../images/pufz-img4.png") no-repeat;
}
.pqfz_in .parHd ul li:nth-child(4).on{
    background: url("../images/pufz-img4a.png") no-repeat;
}
.pqfz_in .parHd ul li:nth-child(5){
    background: url("../images/pufz-img5.png") no-repeat;
}
.pqfz_in .parHd ul li:nth-child(5).on{
    background: url("../images/pufz-img5a.png") no-repeat;
}
.pqfz_in .parHd ul li:nth-child(6){
    background: url("../images/pufz-img6.png") no-repeat;
}
.pqfz_in .parHd ul li:nth-child(6).on{
    background: url("../images/pufz-img6a.png") no-repeat;
}

.pqfz_in .pqfz_bottom{
    height: 720px;
    overflow: hidden;
    zoom: 1;
    position: relative;
}

.pqfz_in .sPrev,
.pqfz_in .sNext{
    width: 51px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 490px;
    display:block;
    z-index: 100;
    opacity: .4;
    transition: opacity .5s linear;
}
.pqfz_in .sPrev{
    background: url("../images/pufz-prev.png") no-repeat;
    margin-left: 60px;
}
.pqfz_in .sNext{
    background: url("../images/pufz-next.png") no-repeat;
    margin-left: 130px;
}
.pqfz_in .sPrev:hover,
.pqfz_in .sNext:hover{
    opacity: 1;
}

.pqfz_in .parBd dl{
    overflow: hidden;
    zoom: 1;
    position: relative;
    width: 100%;
    height: 720px;
    margin: 0 auto;
}
.pqfz_in .parBd dl dt{
    width: 1280px;
    height: 720px;
    position: absolute;
    left: 50%;
    margin-left: -1280px;
    overflow: hidden;
}
.pqfz_in .parBd dl dt img{
    width: 1280px;
    height: 720px;
    transition: transform .5s linear;
}
.pqfz_in .parBd dl dt img:hover{
    transform: scale(1.02);
}
.pqfz_in .parBd dl dd{
    width: 1280px;
    height: 440px;
    background-color: rgba(19,96,132,.4);
    position: absolute;
    right: 50%;
    top: 138px;
    margin-right: -1280px;
}
.pqfz_in .parBd dl dd div{
    width: 800px;
    padding: 50px 0 0 56px;
    box-sizing: border-box;
}
.pqfz_in .parBd dl dd div p{
    font-size: 36px;
}
.pqfz_in .parBd dl dd div p a{
    color: #fecf71;
    transition: transform .5s linear;
    display: block;
}
.pqfz_in .parBd dl dd div p a:hover{
    transform: translate(1px,-1px);
}
.pqfz_in .parBd dl dd div span{
    display: block;
    font-size: 18px;
    line-height: 36px;
    color: rgba(255,255,255,.8);
    margin-top: 20px;
    height: 144px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


/*首页第四板块*/
.index_bottom_row{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.index_bottom_img1{
    width: 600px;
    height: 390px;
    overflow: hidden;
}
.index_bottom_img1 img{
    width: 600px;
    height: 390px;
    transition: transform .5s linear;
}
.index_bottom_img1 img:hover{
    transform: scale(1.02);
}

.index_bottom_cal2{
    width: 500px;
    margin-top: 10px;
}
.index_bottom_cal2 a{
    display: block;
    width: 500px;
    height: 180px;
    overflow: hidden;
}
.index_bottom_cal2 a+a{
    margin-top: 20px;
}
.index_bottom_cal2 img{
    width: 500px;
    height: 180px;
    transition: transform .5s linear;
}
.index_bottom_cal2 a:hover img{
    transform: scale(1.02);
}

.index_bottom_img4{
    width: 460px;
    height: 380px;
    overflow: hidden;
    margin-top: 10px;
}
.index_bottom_img4 img{
    width: 460px;
    height: 380px;;
    transition: transform .5s linear;
}
.index_bottom_img4 img:hover{
    transform: scale(1.02);
}


/*底部*/
.footer{
    width: 2560px;
    margin-top: 90px;
    background-color: #1f2143;
}
.footer_top{
    border-bottom: 1px solid #40425f;
}
.footer_top_in{
    height: 115px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_top_in b.name{
    color: #d5d6e5;
    font-size: 26px;
}
.footer_top_in .footer_top_center{
    color: #d5d6e5;
    background: url("../images/lxwm-icon.png") left center no-repeat;
    padding-left: 40px;
    line-height: 30px;
}
.footer_top_in .footer_top_center span{
    font-size: 18px;
}
.footer_top_in .footer_top_center b{
    font-size: 24px;
}
.footer_top_in .footer_top_right{
    width: 480px;
    display: flex;
    justify-content: space-between;
}
.footer_top_in .footer_top_right select{
    width: 220px;
    height: 38px;
    border: 1px solid #6a6b82;
    border-radius: 5px;
    color: #b8b9cc;
    padding: 0 20px;
    font-size: 16px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url("../images/select-arrow.png") 178px center no-repeat;
}

.footer_bottom{
    text-align: center;
    padding: 20px 0 26px;
    font-size: 16px;
    color: #999bb1;
    line-height: 30px;
}


/*侧弹框*/
ul.tk_row{
    width: 70px;
    height: 310px;
    position: fixed;
    top: 50%;
    right: 60px;
    margin-top: -155px;
    z-index: 10000;
}
ul.tk_row li{
    width: 70px;
    height: 70px;
    border: 1px solid #2d9acc;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    transition: background-color .5s linear,color .5s linear;
}
ul.tk_row li+li{
    margin-top: 10px;
}
ul.tk_row li span{
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 3px;
    color: #2687b3;
    transition: color .5s linear;
}
ul.tk_row li:hover{
    background-color: #2d9acc;
}
ul.tk_row li:hover span{
    color: #fff;
}
ul.tk_row li p{
    position: absolute;
    width: 261px;
    height: 60px;
    line-height: 60px;
    background: url("../images/side-bg1.png") no-repeat;
    left: -271px;
    top: 5px;
    z-index: 1;
    font-size: 24px;
    color: #1f78a1;
    font-weight: bold;
    padding-left: 48px;
    box-sizing: border-box;
    display: none;
}
ul.tk_row li:hover p{
    display: block;
}
ul.tk_row li div{
    position: absolute;
    width: 150px;
    height: 140px;
    background: url("../images/side-bg2.png") no-repeat;
    left: -160px;
    top: -37px;
    z-index: 1;
    display: none;
}
ul.tk_row li div img{
    margin: 13px 0 0 13px;
}
ul.tk_row li:hover div{
    display: block;
}
ul.tk_row li:last-child{
    background-color: #71c8ef;
    border: 1px solid #71c8ef;
}
ul.tk_row li:last-child a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}


/*党建工作*/
.djgz_banner{
    display: flex;
    justify-content: center;
}

.nav_bottom{
    height: 100px;
    line-height: 100px;
    background-color: #ebebeb;
}
.nav_bottom_in{
    font-size: 20px;
    display: flex;
    color: #666;
}
.nav_bottom_in a{
    color: #666;
    transition: color .5s linear;
}
.nav_bottom_in a:hover{
    color: #2d9acc;
}
.nav_bottom_in span{
    padding: 0 12px;
}
.nav_bottom_in a:last-child{
    color: #2d9acc;
}

.djgz_focus_row{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}


.djgz_focus_left{
    width: 800px;
    height: 600px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.djgz_focus_left .hd{
    width: 118px;
    height: 6px;
    position: absolute;
    right: 0;
    bottom: 27px;
    z-index: 2;
}
.djgz_focus_left .hd ul{
    zoom: 1;
}
.djgz_focus_left .hd ul li{
    float: left;
    width: 6px;
    height: 6px;
    margin: 0 10px 0 0;
    background: rgba(255,255,255,.8);
    cursor:pointer;
}
.djgz_focus_left .hd ul li.on{
    background: #2d9acc;
    width: 35px;
}
.djgz_focus_left .bd{
    position: relative;
    z-index: 0;
}
.djgz_focus_left .bd li{
    position: relative;
}
.djgz_focus_left .bd img{
    width: 800px;
    height: 600px;
    transition: transform .5s linear;
}
.djgz_focus_left .bd img:hover{
    transform: scale(1.02);
}
.djgz_focus_left .bd span{
    display: block;
    width: 100%;
    height: 100px;
    background: url("../images/index-focus-bg.png") repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.djgz_focus_left .bd p{
    width: 600px;
    font-size: 20px;
    position: absolute;
    left: 20px;
    bottom: 26px;
    z-index: 3;
    color: #fff;
}

.dwgk_row{
    width: 756px;
}

.title_short{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
}
.title_short p{
    line-height: 60px;
    font-size: 28px;
    font-weight: bold;
    color: #2d9acc;
    background: url("../images/title-x.png") left bottom no-repeat;
}
.title_short a{
    float: right;
    margin: 20px 10px 0 0;
    transition: transform .3s linear;
}
.title_short a:hover{
    transform: scale(1.1);
}


ul.dwgk_font{}
ul.dwgk_font li{
    padding-top: 30px;
}
ul.dwgk_font li+li{
    padding-top: 50px;
}
ul.dwgk_font li a{
    display: flex;
    justify-content: space-between;
}
ul.dwgk_font li a b{
    width: 120px;
    display: inline-block;
    font-size: 20px;
    color: #cbb079;
}
ul.dwgk_font li a div{
    width: 625px;
}
ul.dwgk_font li a div p{
    font-size: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: transform .5s linear,color .5s linear;
}
ul.dwgk_font li a div span{
    display: block;
    margin-top: 8px;
    font-size: 16px;
    line-height: 28px;
    max-height: 56px;
    color: #888;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
ul.dwgk_font li a:hover p{
    transform: translate(1px,-1px);
}

.djgz_dflz{
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.djgz_row{
    width: 770px;
}
.djgz_img{
    width: 770px;
    height: 300px;
    overflow: hidden;
    margin-top: 30px;
}
.djgz_img img{
    width: 770px;
    height: 300px;
    transition: transform .5s linear;
}
.djgz_img a img:hover{
    transform: scale(1.02);
}

ul.djgz_row{
    line-height: 50px;
    padding-top: 18px;
}
ul.djgz_row li a{
    display: flex;
    justify-content: space-between;
}
ul.djgz_row li a b{
    font-size: 18px;
    color: #cbb079;
    width: 110px;
    display: inline-block;
}
ul.djgz_row li a p{
    font-size: 18px;
    width: 648px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: transform .5s linear,color .5s linear;
}
ul.djgz_row li a:hover p{
    transform: translate(1px,-1px);
}

.djzt_row{
    padding-top: 60px;
}

.title_long{
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #2d9acc;
    background: url("../images/title-long-x.png") center bottom no-repeat;
    padding-bottom: 20px;
}


.djzt_in{
    width: 100%;
    position:relative;
    margin-top: 40px;
}
.djzt_in .hd{
    width: 1600px;
    position: absolute;
    left: 50%;
    top: -100px;
    margin-left: -800px;
}
.djzt_in .hd .prev,
.djzt_in .hd .next{
    display: block;
    width: 61px;
    height: 61px;
    cursor: pointer;
    position: absolute;
    opacity: .5;
    transition: opacity .5s linear;
}
.djzt_in .hd .prev{
    background: url("../images/djzt-arrow1.png") no-repeat;
    right: 80px;
}
.djzt_in .hd .next{
    background: url("../images/djzt-arrow2.png") no-repeat;
    right: 0;
}
.djzt_in .hd .prev:hover,
.djzt_in .hd .next:hover{
    opacity: 1;
}
.djzt_in .bd ul{
    overflow: hidden;
    zoom: 1;
}
.djzt_in .bd ul li{
    width: 640px;
    height: 427px;
    float: left;
    text-align: center;
    position: relative;
}
.djzt_in .bd ul li img{
    width: 640px;
    height: 427px;
}
.djzt_in .bd ul li span{
    width: 640px;
    height: 427px;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.djzt_in .bd ul li p{
    width: 580px;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    text-align: center;
    font-size: 20px;
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .5s linear;
}

.djgz_xq{
    height: 140px;
    overflow: hidden;
    margin-top: 40px;
}
.djgz_xq img{
    width: 1600px;
    height: 140px;
    transition: transform .5s linear;
}
.djgz_xq img:hover{
    transform: scale(1.02);
}


/*企业文化*/
.qywh_top{
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
.qywh_top_left{
    width: 490px;
    height: 827px;
    overflow: hidden;
}
.qywh_top_left img{
    width: 490px;
    height: 827px;
    transition: transform .5s linear;
}
.qywh_top_left img:hover{
    transform: scale(1.02);
}

.qywh_top_right{
    width: 1050px;
}
.qywh_top_right .hd{
    height: 36px;
    line-height: 24px;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-top: 10px;
}
.qywh_top_right .hd ul{
    font-size: 20px;
}
.qywh_top_right .hd ul li{
    float:left;
    color: #666;
    cursor: pointer;
    padding-bottom: 13px;
}
.qywh_top_right .hd ul li+li{
    margin-left: 50px;
}
.qywh_top_right .hd ul li.on{
    color: #2d9acc;
    background: url("../images/index-second-bg.jpg") center bottom no-repeat;
    font-weight: bold;
}
.qywh_top_right .bd dl{
    zoom: 1;
    padding-top: 30px;
}
.qywh_top_right .bd dl dt .qyln_img{
    width: 520px;
    height: 390px;
    overflow: hidden;
    float: left;
    margin-right: 38px;
}
.qywh_top_right .bd dl dt .qyln_img img{
    width: 520px;
    height: 390px;
    transition: transform .5s linear;
}
.qywh_top_right .bd dl dt .qyln_img img:hover{
    transform: scale(1.02);
}
.qywh_top_right .bd dl dt .qyln_right{
    width: 450px;
    float: left;
}
.qywh_top_right .bd dl dt .qyln_right h1{
    font-size: 24px;
    line-height: 36px;
}
.qywh_top_right .bd dl dt .qyln_right h1 a{
    display: block;
    transition: transform .5s linear,color .5s linear;
}
.qywh_top_right .bd dl dt .qyln_right h1 a:hover{
    transform: translate(1px,-1px);
}
.qywh_top_right .bd dl dt .qyln_right span{
    display: block;
    font-size: 16px;
    line-height: 36px;
    height: 180px;
    text-indent: 2em;
    color: #666;
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.qywh_top_right .bd dl dt .qyln_right p{
    width: 120px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #c5ac77;
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
    transition: border .5s linear;
}
.qywh_top_right .bd dl dt .qyln_right p a{
    color: #b89a5a;
    transition: color .5s linear;
    display: block;
}
.qywh_top_right .bd dl dt .qyln_right p a:hover{
    color: #e9bd5f;
}
.qywh_top_right .bd dl dt .qyln_right p:hover{
    border: 1px solid #e9bd5f;
}
.qywh_top_right .bd dl dd .qyln_bottom{
    width: 1010px;
    height: 150px;
    background-color: #f5f5f5;
    margin-top: 30px;
}
.qywh_top_right .bd dl dd .qyln_bottom a{
    display: flex;
    justify-content: space-between;
}
.qywh_top_right .bd dl dd .qyln_bottom_left{
    width: 200px;
    height: 150px;
    background-color: #ebebeb;
}
.qywh_top_right .bd dl dd .qyln_bottom_left p{
    text-align: center;
    line-height: 50px;
    font-size: 48px;
    color: #cbb079;
    display: block;
    padding-top: 32px;
}
.qywh_top_right .bd dl dd .qyln_bottom_left span{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #999;
    padding-top: 10px;
}
.qywh_top_right .bd dl dd .qyln_bottom_right{
    width: 770px;
    margin-right: 14px;
}
.qywh_top_right .bd dl dd .qyln_bottom_right p{
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 20px;
    transition: transform .5s linear,color .5s linear;
}
.qywh_top_right .bd dl dd a:hover .qyln_bottom_right p{
    transform: translate(1px,-1px);
}
.qywh_top_right .bd dl dd .qyln_bottom_right span{
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    height: 56px;
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.qyry_title{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #2d9acc;
    line-height: 40px;
    padding-top: 60px;
}

.qyry_row{
    width: 100%;
    margin-top: 30px;
}
.qyry_row .hd{
    width: 100%;
    height: 80px;
    background-color: #2d9acc;
}
.qyry_row .hd ul{
    display: flex;
    justify-content: center;
    line-height: 80px;
    font-size: 18px;
    color: #fff;
}
.qyry_row .hd ul li{
    padding: 0 28px 0 36px;
    cursor: pointer;
}
.qyry_row .hd ul li+li{
    background: url("../images/qyry-nav-bg.png") left center no-repeat;
}
.qyry_row .hd ul li.on{
    font-size: 24px;
    color: #fcc441;
}
.qyry_row .bd>div{
    width: 1600px;
    margin: 0 auto;
    overflow: hidden;
}
.qyry_row .bd ul{
    width: 1650px;
}
.qyry_row .bd li{
    float: left;
    width: 500px;
    height: 344px;
    margin: 50px 50px 0 0;
    background: url("../images/qyry-zs.jpg") no-repeat;
    display: flex;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
}
.qyry_row .bd li p{
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    height: 60px;
    color: #c49457;
}


.qyqk_row{
    padding-top: 100px;
}

.qyqk_in{
    width: 100%;
    position:relative;
    margin-top: 40px;
}
.qyqk_in .hd{
    width: 1600px;
    position: absolute;
    left: 50%;
    top: -100px;
    margin-left: -800px;
}
.qyqk_in .hd .prev,
.qyqk_in .hd .next{
    display: block;
    width: 61px;
    height: 61px;
    cursor: pointer;
    position: absolute;
    opacity: .5;
    transition: opacity .5s linear;
}
.qyqk_in .hd .prev{
    background: url("../images/djzt-arrow1.png") no-repeat;
    right: 80px;
}
.qyqk_in .hd .next{
    background: url("../images/djzt-arrow2.png") no-repeat;
    right: 0;
}
.qyqk_in .hd .prev:hover,
.qyqk_in .hd .next:hover{
    opacity: 1;
}
.qyqk_in .bd ul{
    overflow: hidden;
    zoom: 1;
}
.qyqk_in .bd ul li{
    width: 500px;
    height: 730px;
    float: left;
    text-align: center;
    position: relative;
    margin-right: 40px;
}
.qyqk_in .bd ul li img{
    width: 500px;
    height: 707px;
}
.qyqk_in .bd ul li p{
    width: 400px;
    height: 60px;
    line-height: 60px;
    background-color: #2d9acc;
    text-align: center;
    font-size: 24px;
    position: absolute;
    left: 50px;
    bottom: 0;
    z-index: 2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    transition: background-color .5s linear;
}
.qyqk_in .bd ul li a:hover p{
    background-color: #38b4ed;
}


/*大事记*/
.dsj_title{
    width: 584px;
    height: 50px;
    margin: 60px auto 0;
    line-height: 50px;
    font-weight: bold;
    font-size: 44px;
    color: #1681b2;
    background: url("../images/dsj-title.png") center no-repeat;
}
.dsj_title i{
    padding-left: 108px;
}

.dsj_row{
    margin-top: 40px;
    background: url("../images/dsj-bg.png") left repeat-y;
}


/*集团介绍*/
.jtjs_font{}
.jtjs_font h1{
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    padding: 48px 0 20px;
}
.jtjs_font span{
    display: block;
    /* text-align: center;
    margin: 10px 0 20px; */
}
.jtjs_font span img{
    max-width: 998px;
    max-height: 500px;
}
.jtjs_font p{
    font-size: 18px;
    text-indent: 2em;
    line-height: 36px;
    text-align: justify;
}


/*集团业务*/
.jtyw_outBox{
	margin-top: 60px;
}
.jtyw_outBox .hd ul{
	height: 60px;
	display: flex;
	justify-content: space-around;
}
.jtyw_outBox .hd ul li{
	width: 262px;
	height: 60px;
	cursor:pointer;
}
.jtyw_outBox .hd ul li:nth-child(1){
    background: url("../images/jtyw-nav1.png") no-repeat;
}
.jtyw_outBox .hd ul li:nth-child(1).on{
    background: url("../images/jtyw-nav1a.png") no-repeat;
}
.jtyw_outBox .hd ul li:nth-child(2){
    background: url("../images/jtyw-nav2.png") no-repeat;
}
.jtyw_outBox .hd ul li:nth-child(2).on{
    background: url("../images/jtyw-nav2a.png") no-repeat;

}
.jtyw_outBox .hd ul li:nth-child(3){
    background: url("../images/jtyw-nav3.png") no-repeat;
}
.jtyw_outBox .hd ul li:nth-child(3).on{
    background: url("../images/jtyw-nav3a.png") no-repeat;
}
.jtyw_outBox .hd ul li:nth-child(4){
    background: url("../images/jtyw-nav4.png") no-repeat;
}
.jtyw_outBox .hd ul li:nth-child(4).on{
    background: url("../images/jtyw-nav4a.png") no-repeat;
}
.jtyw_outBox .hd ul li:nth-child(5){
    background: url("../images/jtyw-nav5.png") no-repeat;
}
.jtyw_outBox .hd ul li:nth-child(5).on{
    background: url("../images/jtyw-nav5a.png") no-repeat;
}
.jtyw_outBox .hd ul li:nth-child(6){
    background: url("../images/jtyw-nav6.png") no-repeat;
}
.jtyw_outBox .hd ul li:nth-child(6).on{
    background: url("../images/jtyw-nav6a.png") no-repeat;
}
.jtyw_inBox .inHd ul{
	overflow: hidden;
	zoom: 1;
	line-height: 60px;
	height: 60px;
	background-color: #ededed;
	margin-top: 30px;
	padding: 0 38px;
}
.jtyw_inBox .inHd ul li{
	float: left;
	cursor: pointer;
	color: #999;
}
.jtyw_inBox .inHd ul li+li{
	padding-left: 90px;
}
.jtyw_inBox .inHd ul li.on{
	color: #333;
}
.jtyw_inBox .inBd ul{ padding:15px;  zoom:1; overflow:hidden;   }
		.jtyw_inBox .inBd li{ height:24px; line-height:24px; overflow:hidden; zoom:1;  }
		.jtyw_inBox .inBd li .date{ float:right; color:#999;  }



.jtyw_row{
    margin-top: 60px;
}
.jtyw_row .hd{}
.jtyw_row .hd ul{
    height: 60px;
    display: flex;
    justify-content: space-around;
}
.jtyw_row .hd ul li{
    width: 262px;
    height: 60px;
    cursor:pointer;
}
.jtyw_row .hd ul li:nth-child(1){
    background: url("../images/jtyw-nav1.png") no-repeat;
}
.jtyw_row .hd ul li:nth-child(1).on{
    background: url("../images/jtyw-nav1a.png") no-repeat;
}
.jtyw_row .hd ul li:nth-child(2){
    background: url("../images/jtyw-nav2.png") no-repeat;
}
.jtyw_row .hd ul li:nth-child(2).on{
    background: url("../images/jtyw-nav2a.png") no-repeat;
}
.jtyw_row .hd ul li:nth-child(3){
    background: url("../images/jtyw-nav3.png") no-repeat;
}
.jtyw_row .hd ul li:nth-child(3).on{
    background: url("../images/jtyw-nav3a.png") no-repeat;
}
.jtyw_row .hd ul li:nth-child(4){
    background: url("../images/jtyw-nav4.png") no-repeat;
}
.jtyw_row .hd ul li:nth-child(4).on{
    background: url("../images/jtyw-nav4a.png") no-repeat;
}
.jtyw_row .hd ul li:nth-child(5){
    background: url("../images/jtyw-nav5.png") no-repeat;
}
.jtyw_row .hd ul li:nth-child(5).on{
    background: url("../images/jtyw-nav5a.png") no-repeat;
}
.jtyw_row .hd ul li:nth-child(6){
    background: url("../images/jtyw-nav6.png") no-repeat;
}
.jtyw_row .hd ul li:nth-child(6).on{
    background: url("../images/jtyw-nav6a.png") no-repeat;
}
.jtyw_row .bd{
    width: 1600px;
    overflow: hidden;
}
.jtyw_row .bd ul.jtyw_title{
	overflow: hidden;
	zoom: 1;
	line-height: 60px;
	height: 60px;
	background-color: #ededed;
	margin-top: 30px;
	padding: 0 38px;
}
.jtyw_row .bd ul.jtyw_title li{
	float: left;
	cursor: pointer;
	color: #999;
}
.jtyw_row .bd ul.jtyw_title li+li{
	padding-left: 90px;
}
.jtyw_row .bd ul.jtyw_title li.on{
	color: #333;
}

.jtyw_row .bd ul.jtyw_font{
    width: 1650px;
    zoom: 1;
}
.jtyw_row .bd ul.jtyw_font li{
    width: 500px;
    float: left;
    margin: 40px 50px 0 0;
}
.jtyw_row .bd ul.jtyw_font li .img_top{
    width: 500px;
    height: 375px;
    position: relative;
}
.jtyw_row .bd ul.jtyw_font li .img_top img{
    width: 500px;
    height: 375px;
}
.jtyw_row .bd ul.jtyw_font li .img_top p{
    width: 500px;
    height: 375px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jtyw_row .bd ul.jtyw_font li .img_top p span{
    width: 400px;
    font-size: 24px;
    color: #fff;
    background-color: rgba(40,42,101,.7);
    text-align: center;
    line-height: 30px;
    padding: 20px 0;
    transition: background-color .5s linear;
}
.jtyw_row .bd ul.jtyw_font li a:hover .img_top p span{
    background-color: rgba(40,42,101,1);
}
.jtyw_row .bd ul.jtyw_font li .jtyw_center{
    font-size: 16px;
    line-height: 30px;
    height: 90px;
    color: #555;
    margin-top: 12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.jtyw_row .bd ul.jtyw_font li .jtyw_bottom{
    line-height: 27px;
    background: url("../images/jtyw-clock.png") left center no-repeat;
    font-size: 20px;
    color: #cbb079;
    padding-left: 38px;
    margin-top: 30px;
}


/*集团子公司*/
.jtzgs_row{
    overflow: hidden;
}
.jtzgs_row ul{
    width: 1650px;
    padding-top: 10px;
}
.jtzgs_row ul li{
    width: 500px;
    height: 420px;
    float: left;
    margin: 40px 50px 0 0;
    position: relative;
}
.jtzgs_row ul li img{
    width: 500px;
    height: 281px;
}
.jtzgs_row ul li div{
    width: 450px;
    height: 215px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(20,26,72,.1);
    position: absolute;
    left: 25px;
    top: 200px;
    padding: 0 30px;
    box-sizing: border-box;
}
.jtzgs_row ul li div p{
    font-size: 24px;
    line-height: 36px;
    height: 72px;
    margin-top: 20px;
    color: #333;
}
.jtzgs_row ul li div span{
    display: block;
    font-size: 16px;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
}
.jtzgs_row ul li div i{
    text-align: center;
    padding-top: 20px;
    display: flex;
    justify-content: center;
}
.jtzgs_row ul li div i em{
    font-style: normal;
    display: block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    background-color: #2d9acc;
    color: #fff;
    font-size: 18px;
    transition: background-color .5s linear;
}
.jtzgs_row ul li a:hover div i em{
    background-color: #11658c;
}


/*人才招聘*/
.rczp_bottom{
    height: 350px;
    background-color: #2885b0;
    margin-top: 70px;
}
.rczp_bottom_in{
    position: relative;
    height: 350px;
}
.rczp_bottom_left{
    width: 372px;
    height: 390px;
    background: url("../images/rczp-bottom-bg.png") no-repeat;
    position: absolute;
    left: 0;
    top: -40px;
}
.rczp_bottom_right{
    width: 1100px;
    float: right;
    margin-top: 52px;
    display: flex;
    justify-content: space-between;
}
.rczp_bottom_right a{
    display: block;
    width: 520px;
    height: 230px;
    overflow: hidden;
}
.rczp_bottom_right a img{
    transition: transform .5s linear;
}
.rczp_bottom_right a img:hover{
    transform: scale(1.02);
}


/*业务列表*/
.ywlb_row{
    overflow: hidden;
}
.ywlb_row ul.lists{
    width: 1650px;
}
.ywlb_row ul.lists li{
    width: 500px;
    float: left;
    margin: 40px 50px 0 0;
}
.ywlb_row ul.lists li div{
    width: 500px;
    height: 375px;
    overflow: hidden;
}
.ywlb_row ul.lists li div img{
    transition: transform .5s linear;
}
.ywlb_row ul.lists li a:hover div img{
    transform: scale(1.02);
}
.ywlb_row ul.lists li p{
    background: url("../images/ywlb-x.jpg") bottom no-repeat;
    font-size: 24px;
    line-height: 60px;
    color: #2885b0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: color .5s linear;
}
.ywlb_row ul.lists li a:hover p{
    color: #30aee8;
}
.ywlb_row ul.lists li span{
    display: block;
    margin-top: 12px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    height: 90px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/*业务详情页*/
.ywxqy_top{
    padding: 50px 40px 0;
    display: flex;
    justify-content: space-between;
}
.ywxqy_top img{
    width: 720px;
    height: 400px;
}
.ywxqy_top_right{
    width: 760px;
}
.ywxqy_top_right p{
    font-size: 36px;
    line-height: 40px;
    margin-top: 10px;
}
.ywxqy_top_right span{
    display: block;
    height: 288px;
    font-size: 18px;
    line-height: 36px;
    color: #666;
    text-indent: 2em;
    text-align: justify;
    margin-top: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.ywxqy_bottom{
    padding: 20px 40px 0;
}
.ywxqy_bottom h1{
    font-size: 24px;
    margin: 38px 0;
}
.ywxqy_bottom p{
    font-size: 18px;
    line-height: 36px;
    text-indent: 2em;
    text-align: justify;
}


/*新闻详情页*/
.xwxqy_row{
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
.xwxqy_left{
    width: 1140px;
}
.xwxqy_left h1{
    font-size: 30px;
    text-align: center;
    line-height: 40px;
}
.xwxqy_left .time_row{
    text-align: center;
    font-size: 16px;
    color: #999;
    margin: 16px 0 0;
}
.xwxqy_font{}
.xwxqy_font p{
    /* font-size: 18px;
    line-height: 36px;
    text-indent: 2em;
    text-align: justify;
    padding: 20px 0; */
}
.xwxqy_font i{
    display: block;
    text-align: center;
}
.xwxqy_font span{
    /* display: block; */
    /* text-align: center;
    font-size: 16px;
    color: #666;
    margin-top: 10px; */
}
.xwxqy_font table{border-right:1px solid #000;border-bottom:1px solid #000} 
.xwxqy_font table td{border-left:1px solid #000;border-top:1px solid #000} 

.xwxqy_right{
    width: 400px;
    line-height: 0;
}
.xwxqy_right img{
    margin-bottom: 30px;
}


/*湘江集团-新闻中心*/
.xwzx_top{
    display: flex;
    justify-content: space-between;
}
.xwzx_top .xwzx_top_img{
    width: 520px;
    height: 390px;
    overflow: hidden;
    margin-right: 38px;
}
.xwzx_top .xwzx_top_img img{
    width: 520px;
    height: 390px;
    transition: transform .5s linear;
}
.xwzx_top .xwzx_top_img img:hover{
    transform: scale(1.02);
}
.xwzx_top .xwzx_top_right{
    width: 580px;
}
.xwzx_top .xwzx_top_right h1{
    font-size: 24px;
    line-height: 36px;
    text-align: left;
}
.xwzx_top .xwzx_top_right h1 a{
    display: block;
    transition: transform .5s linear,color .5s linear;
}
.xwzx_top .xwzx_top_right h1 a:hover{
    transform: translate(1px,-1px);
}
.xwzx_top .xwzx_top_right span{
    display: block;
    font-size: 16px;
    line-height: 36px;
    height: 180px;
    text-indent: 2em;
    color: #666;
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.xwzx_top .xwzx_top_right p{
    width: 120px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #c5ac77;
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
    transition: border .5s linear;
}
.xwzx_top .xwzx_top_right p a{
    color: #b89a5a;
    transition: color .5s linear;
    display: block;
}
.xwzx_top .xwzx_top_right p a:hover{
    color: #e9bd5f;
}
.xwzx_top .xwzx_top_right p:hover{
    border: 1px solid #e9bd5f;
}

ul.xwzx_left{
    padding-top: 30px;
}
ul.xwzx_left li{
    margin-top: 30px;
}
ul.xwzx_left li a{
    display: flex;
    justify-content: space-between;
}
ul.xwzx_left li a .xwzx_img{
    width: 200px;
    height: 150px;
    overflow: hidden;
}
ul.xwzx_left li a .xwzx_img img{
    transition: transform .5s linear;
    width: 200px;
    height: 150px;
}
ul.xwzx_left li a:hover .xwzx_img img{
    transform: scale(1.02);
}
ul.xwzx_left li a .xwzx_font{
    width: 920px;
}
ul.xwzx_left li a .xwzx_font p{
    font-size: 20px;
    margin-top: 8px;
    transition: transform .5s linear,color .5s linear;
}
ul.xwzx_left li a:hover .xwzx_font p{
    transform: translate(1px,-1px);
}
ul.xwzx_left li a .xwzx_font span{
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin-top: 10px;
    height: 56px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
ul.xwzx_left li a .xwzx_font i{
    margin-top: 15px;
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    color: #b89a5a;
    border: 1px solid #c5ac77;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    transition: border .5s linear,color .5s linear;
}
ul.xwzx_left li a:hover .xwzx_font i{
    color: #e9bd5f;
    border: 1px solid #e9bd5f;
}

ul.xwzx_left li a .xwzx_time{
    width: 200px;
    min-height: 150px;
    border-right: 1px solid #ededed;
}
ul.xwzx_left li a .xwzx_time p{
    width: 100%;
    font-size: 48px;
    line-height: 50px;
    color: #cbb079;
    text-align: center;
    padding-top: 30px;
}
ul.xwzx_left li a .xwzx_time span{
    display: block;
    width: 100%;
    font-size: 18px;
    color: #999;
    text-align: center;
    padding-top: 6px;
}

.page_row{
    padding-top: 50px;
    line-height: 50px;
    font-size: 18px;
}
.page_row a{
    float: left;
    color: #aaa;
}
.page_row a+a{
    margin-left: 40px;
}

.page_row a img{
    width: 9px;
    height: 17px;
    margin: 0 12px;
}
.page_row a span{
    margin: 0 12px;
}

.page_row a.now{
    font-size: 24px;
    color: #2d9acc;
}

.page_row{
    padding-bottom: 90px;
    text-align: center;
    line-height: 32px;
}
.page_row a{
    padding: 0 13px;
    color: #494949;
    border: 1px solid #ddd;
    border-left: 0;
    background-color: #fff;
    display: inline-block;
}
.page_row a:first-child{
    border-left: 1px solid #ddd;
}
.page_row a.now{
    color: #2d9acc;
    background-color: #fff;
    border-color: #494949;
}
.page_row a.grey{
    color: #b3b3b3;
    pointer-events: none;
}
.page_row ul {
    display: flex;
}
.page_row ul li {
    /* display: inline-block;
    border: 1px solid #ddd;*/

    margin: 0 1px;

    background: #fff;
    color: #494949;
    cursor: pointer;
}
.page_row ul li a {
    display: block;
    color: #494949;
    line-height: 24px;
    padding: 4px 12px;
}
.page_row ul li span{
    display: block;
    color: #494949;
    line-height: 24px;
    padding: 4px 12px;
}
.page_row ul li:hover{
    /* background: #fff;
    color: #2d9acc;
    border: 1px solid #f9f9f9; */
}
.page_row ul li.active {
    display: inline-block;
    border: 1px solid #f9f9f9;
    background: #fff;
    color: #2d9acc;
}
.page_row ul li.active a{
    color: #2d9acc;
}
.page_row ul li.active span{
    color: #2d9acc;
    background-color: #f9f9f9;
}
.page_row ul li.disabled:hover span{
    color: #2d9acc;
}
.page_row ul li:hover a{
    color: #2d9acc;
}

.tsjb_row{
	padding-top: 50px;
	display: flex;
	justify-content: center;
}
.tsjb_in{
	width: 686px;
	background-color: #ffffff;
	box-shadow: 0px 2px 16px 0px rgba(224, 224, 224, 0.72);
	padding: 0 48px;
	box-sizing: border-box;
}
.tsjb_title{
	text-align: center;
	font-size: 24px;
	color: #2d9acc;
	padding: 38px 0 0 0;
}
.tsjb_nr{
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	line-height: 0;
}
.tsjb_nr p{
	width: 98px;
	text-align: right;
	font-size: 16px;
	color: #494949;
	line-height: 44px;
}
.tsjb_nr div{
	width: 460px;
	line-height: 0;
}
.tsjb_nr span{
	float: left;
	margin: 0 56px 0 20px;
	cursor: pointer;
	line-height: 44px;
}
.tsjb_nr span label{
	cursor: pointer;
}
.tsjb_nr span input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.tsjb_nr span input[type="radio"] + label:before {
    content: '';
    background: #fff;
    border-radius: 100%;
    border: 1px solid #d9d9d9;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 12px;
    margin-right: 16px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.tsjb_nr span input[type="radio"]:checked + label:before {
    box-shadow: inset 0 0 0 4px #fff;
    background-color: #2d9acc;
}
.tsjb_nr span input[type="radio"]:focus + label:before {
    outline: none;
    border-color: #2d9acc;
}
.tsjb_nr i{
	font-style: normal;
	font-size: 24px;
	color: #f11e14;
	padding-top: 4px;
	line-height: 44px;
}
.tsjb_nr div input{
	width: 100%;
	padding: 0;
	height: 44px;
	border: solid 1px #d9d9d9;
	outline: 0;
	padding: 0 16px;
	box-sizing: border-box;
	font-size: 16px;
	color: #999;
	font-family:  "Microsoft YaHei UI";
}
.tsjb_nr div textarea{
	width: 100%;
	height: 84px;
	line-height: 24px;
	padding: 0;
	border: solid 1px #d9d9d9;
	outline: 0;
	padding: 10px 16px;
	box-sizing: border-box;
	font-size: 16px;
	color: #999;
	font-family:  "Microsoft YaHei UI";
}
.tsjb_nr div textarea.fynr{
	height: 135px;
}
.tsjb_nr div input.yzm{
	width: 267px;
	float: left;
}
.tsjb_nr div img{
	width: 190px;
	height: 44px;
	float: right;
}
.tsjb_btn{
	display: flex;
	justify-content: center;
	padding: 40px 0;
}
.tsjb_btn button{
	width: 180px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	color: #fff;
	background-color: #2d9acc;
	border-radius: 5px;
	margin: 0 10px;
    border: 0;
}
.tsjb_btn button.qk{
	background-color: #fff;
	border: 1px solid #2d9acc;
	color: #2d9acc;
	box-sizing: border-box;
}

/* 领导团队 */
.lead_block{
    width: 1080px;
    margin: 40px auto;
    background-color: #fff;
    padding-bottom: 100px;
    font-family: '宋体';
}
.lead_title{
    padding: 30px 0 0 28px;
}
.lead_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.lead_content li{
    margin: 30px 15px 0;
    width: 200px;
    text-align: center;
}
.lead_content li img{
    border-radius: 0 30px 0 30px;
    width: 180px;
    height: 240px;
}
.lead_content li b{
    display: block;
    text-align: center;
    font-size: 28px;
    color: #3db6da;
    padding: 10px 0;
}
.lead_content li p{
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}
.lead_content_bottom li{
    width: 160px;
    text-align: center;
}
.lead_content_bottom li img{
    width: 140px;
    height: 200px;
}
.lead_content_bottom li b{
    font-size: 18px;
}
.lead_content_bottom li p{
    font-size: 12px;
    line-height: 18px;
}


/* 新增领导详情页 */
.lead_box{
    padding: 30px 28px;
    display: flex;
    min-height: 1000px;
}
.lead_box img{
    width: 150px;
    height: 210px;
    margin-right: 20px;
}
.lead_box_right{
    flex: 1;
}
.lead_box_right h1{
    font-weight: bold;
    font-size: 24px;
    padding-top: 10px;
}
.lead_box_right p{
    font-size: 18px;
    line-height: 36px;
    color: #666;
    padding-top: 20px;
}